home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-363.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  71 lines

  1. # This script was automatically generated from the dsa-363
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. The postfix mail transport agent in Debian 3.0 contains two
  12. vulnerabilities:
  13. For the current stable distribution (woody) these problems have been
  14. fixed in version 1.1.11-0.woody3.
  15. For the unstable distribution (sid) these problems will be fixed soon.
  16. We recommend that you update your postfix package.
  17.  
  18.  
  19. Solution : http://www.debian.org/security/2003/dsa-363
  20. Risk factor : High';
  21.  
  22. if (description) {
  23.  script_id(15200);
  24.  script_version("$Revision: 1.4 $");
  25.  script_xref(name: "DSA", value: "363");
  26.  script_cve_id("CAN-2003-0468", "CAN-2003-0540");
  27.  
  28.  script_description(english: desc);
  29.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  30.  script_name(english: "[DSA363] DSA-363-1 postfix");
  31.  script_category(ACT_GATHER_INFO);
  32.  script_family(english: "Debian Local Security Checks");
  33.  script_dependencies("ssh_get_info.nasl");
  34.  script_require_keys("Host/Debian/dpkg-l");
  35.  script_summary(english: "DSA-363-1 postfix");
  36.  exit(0);
  37. }
  38.  
  39. include("debian_package.inc");
  40.  
  41. w = 0;
  42. if (deb_check(prefix: 'postfix', release: '3.0', reference: '1.1.11-0.woody3')) {
  43.  w ++;
  44.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package postfix is vulnerable in Debian 3.0.\nUpgrade to postfix_1.1.11-0.woody3\n');
  45. }
  46. if (deb_check(prefix: 'postfix-dev', release: '3.0', reference: '1.1.11-0.woody3')) {
  47.  w ++;
  48.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package postfix-dev is vulnerable in Debian 3.0.\nUpgrade to postfix-dev_1.1.11-0.woody3\n');
  49. }
  50. if (deb_check(prefix: 'postfix-doc', release: '3.0', reference: '1.1.11-0.woody3')) {
  51.  w ++;
  52.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package postfix-doc is vulnerable in Debian 3.0.\nUpgrade to postfix-doc_1.1.11-0.woody3\n');
  53. }
  54. if (deb_check(prefix: 'postfix-ldap', release: '3.0', reference: '1.1.11-0.woody3')) {
  55.  w ++;
  56.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package postfix-ldap is vulnerable in Debian 3.0.\nUpgrade to postfix-ldap_1.1.11-0.woody3\n');
  57. }
  58. if (deb_check(prefix: 'postfix-mysql', release: '3.0', reference: '1.1.11-0.woody3')) {
  59.  w ++;
  60.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package postfix-mysql is vulnerable in Debian 3.0.\nUpgrade to postfix-mysql_1.1.11-0.woody3\n');
  61. }
  62. if (deb_check(prefix: 'postfix-pcre', release: '3.0', reference: '1.1.11-0.woody3')) {
  63.  w ++;
  64.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package postfix-pcre is vulnerable in Debian 3.0.\nUpgrade to postfix-pcre_1.1.11-0.woody3\n');
  65. }
  66. if (deb_check(prefix: 'postfix', release: '3.0', reference: '1.1.11-0.woody3')) {
  67.  w ++;
  68.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package postfix is vulnerable in Debian woody.\nUpgrade to postfix_1.1.11-0.woody3\n');
  69. }
  70. if (w) { security_hole(port: 0, data: desc); }
  71.